home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / MacII / M-P / MandelZot.cpt / MandelZot / MandelZot 3.0.4.rsrc / STR#_147.txt < prev    next >
Text File  |  1991-09-01  |  730b  |  23 lines

  1. /myimagemtx [iw 0 0 ih 0 0] def
  2.  
  3. /shortstr2 32 string def
  4.  
  5. /shortstr1 96 string def
  6.  
  7. systemdict /setcmykcolor known {/doimage /cimage load def} {/doimage /bwimage load def} ifelse
  8.  
  9. /cimage {iw ih 8 myimagemtx {currentfile shortstr1 readhexstring pop currentfile shortstr2 readhexstring pop pop} false 3 colorimage} bind def
  10.  
  11. /bwimage {iw ih 8 myimagemtx {currentfile shortstr1 readhexstring pop pop currentfile shortstr2 readhexstring pop} image} bind def
  12.  
  13. % Modified 8/13/90 by Dave Platt to support 24-bit color
  14.  
  15. % Used by permission of David Gelphman, Adobe Systems Incorporated.
  16.  
  17. % Copyright 1989 Adobe Systems Incorporated. All rights reserved.
  18.  
  19. % Author David Gelphman, Adobe Systems
  20.  
  21. % Monday, January 16, 1989 1:10:27 PM
  22.  
  23.